-
1 Shift Arithmetic Right
Programming: SARУниверсальный русско-английский словарь > Shift Arithmetic Right
-
2 ARS
automatic retrieval system — система ( устройство) автоматического поиска (напр., инструмента)autonomously replicating sequence, or segment — участки ДНК, поддерживающие независимую репликацию плазмиды в дрожжевых клетках или других)automatic retrieval system — система ( устройство) автоматического поиска (напр., инструмента) -
3 циклический сдвиг
1. barrel shiftиспытывать сдвиг во времени на … — be shifted in time by …
2. ring shiftсдвиговый регистр; регистр со сдвигами — shift register
3. rotate4. rotation5. circular shift6. cycle shift7. cyclic shift8. end-around carry shift9. end-around shiftсдвиг фазы; фазовый сдвиг; сдвиг по фазе — phase shift
10. nonarithmetic shiftсдвигающая обмотка; обмотка сдвига — shift winding
11. nonarithmetical shiftток сдвига; ток сдвигающей цепи — shift current
Русско-английский большой базовый словарь > циклический сдвиг
См. также в других словарях:
Arithmetic shift — In computer programming, an arithmetic shift is a shift operator, sometimes known as a signed shift (though it is not restricted to signed operands). For binary numbers it is a bitwise operation that shifts all of the bits of its operand; every… … Wikipedia
Logical shift — In computer science, a logical shift is a shift operator that shifts all the bits of its operand. Unlike an arithmetic shift, a logical shift does not preserve a number s sign bit or distinguish a number s exponent from its mantissa; every bit in … Wikipedia
Shift register — In digital circuits a shift register is a group of flip flops set up in a linear fashion which have their inputs and outputs connected together in such a way that the data is shifted down the line when the circuit is activated. Shift registers… … Wikipedia
Finite field arithmetic — Arithmetic in a finite field is different from standard integer arithmetic. There are a limited number of elements in the finite field; all operations performed in the finite field result in an element within that field.While each finite field is … Wikipedia
Circular shift — In combinatorial mathematics, a circular shift is the operation of rearranging the entries in a tuple, either by moving the final entry to the first position, while shifting all other entries to the next position, or by performing the inverse… … Wikipedia
Bitwise operation — In computer programming, a bitwise operation operates on one or two bit patterns or binary numerals at the level of their individual bits. On most microprocessors, bitwise operations are sometimes slightly faster than addition and subtraction… … Wikipedia
Booth's multiplication algorithm — is a multiplication algorithm that multiplies two signed binary numbers in two s complement notation.ProcedureBooth s algorithm involves repeatedly adding one of two predetermined values A and S to a product P , then performing a rightward… … Wikipedia
DEC Alpha — Alpha Designer Digital Equipment Corporation Bits 64 bit Introduced 1992 Design RISC Type Register Register Encoding Fixed … Wikipedia
D-17B — Autonetics D 17 guidance computer from a Minuteman I missile. The D 17B is a computer used in missile guidance systems, specifically the Minuteman I NS 1OQ missile guidance system, which contains a D 17B computer, the associated stable platform,… … Wikipedia
TI-990 — The TI 990 was a series of 16 bit minicomputers sold by Texas Instruments (TI) in the 1970s and 1980s. The TI 990 was a replacement for TI s earlier minicomputer systems, the TI 960 and the TI 980. It had several uniquely innovative features, and … Wikipedia
Operators in C and C++ — This is a list of operators in the C and C++ programming languages. All the operators listed exist in C++; the fourth column Included in C , dictates whether an operator is also present in C. Note that C does not support operator overloading.… … Wikipedia